// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['2025 Bowling Green Falcons Football Season Tickets (Includes Tickets To All Regular Season Home Games)','Doyt Perry Stadium','Bowling Green, OH','Wednesday','8/27/2025','TBD','6911072','2025-Bowling-Green-Falcons-Football-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--8-27-2025'],['Bowling Green Falcons vs. Lafayette Leopards','Doyt Perry Stadium','Bowling Green, OH','Thursday','8/28/2025','6:00 PM','6867592','Bowling-Green-Falcons-vs--Lafayette-Leopards-8-28-2025'],['PARKING: Cincinnati Bearcats vs. Bowling Green Falcons','Nippert Stadium Parking Lots','Cincinnati, OH','Saturday','9/6/2025','TBD','6886743','PARKING--Cincinnati-Bearcats-vs--Bowling-Green-Falcons-9-6-2025'],['Cincinnati Bearcats vs. Bowling Green Falcons','Nippert Stadium','Cincinnati, OH','Saturday','9/6/2025','3:30 PM','6886742','Cincinnati-Bearcats-vs--Bowling-Green-Falcons-9-6-2025'],['Bowling Green Falcons vs. Liberty Flames','Doyt Perry Stadium','Bowling Green, OH','Saturday','9/13/2025','5:00 PM','6867594','Bowling-Green-Falcons-vs--Liberty-Flames-9-13-2025'],['Louisville Cardinals vs. Bowling Green Falcons','L&N Federal Credit Union Stadium','Louisville, KY','Saturday','9/20/2025','TBD','6886520','Louisville-Cardinals-vs--Bowling-Green-Falcons-9-20-2025'],['PARKING: Louisville Cardinals vs. Bowling Green Falcons','L&N Federal Credit Union Stadium Parking Lots','Louisville, KY','Saturday','9/20/2025','TBD','6886521','PARKING--Louisville-Cardinals-vs--Bowling-Green-Falcons-9-20-2025'],['Premium Tailgate Party: Louisville Cardinals vs. Bowling Green Falcons','Premium Tailgate Lot - Louisville','Louisville, KY','Saturday','9/20/2025','TBD','7250589','Premium-Tailgate-Party--Louisville-Cardinals-vs--Bowling-Green-Falcons-9-20-2025'],['Ohio Bobcats vs. Bowling Green Falcons','Frank Solich Field at Peden Stadium','Athens, OH','Saturday','9/27/2025','TBD','7024803','Ohio-Bobcats-vs--Bowling-Green-Falcons-9-27-2025'],['Bowling Green Falcons vs. Toledo Rockets','Doyt Perry Stadium','Bowling Green, OH','Saturday','10/11/2025','TBD','7024692','Bowling-Green-Falcons-vs--Toledo-Rockets-10-11-2025'],['Bowling Green Falcons vs. Central Michigan Chippewas','Doyt Perry Stadium','Bowling Green, OH','Saturday','10/18/2025','TBD','7024695','Bowling-Green-Falcons-vs--Central-Michigan-Chippewas-10-18-2025'],['Kent State Golden Flashes vs. Bowling Green Falcons','Dix Stadium','Kent, OH','Saturday','10/25/2025','TBD','7024754','Kent-State-Golden-Flashes-vs--Bowling-Green-Falcons-10-25-2025'],['Bowling Green Falcons vs. Buffalo Bulls','Doyt Perry Stadium','Bowling Green, OH','Saturday','11/1/2025','TBD','7024697','Bowling-Green-Falcons-vs--Buffalo-Bulls-11-1-2025'],['Bowling Green Falcons vs. Texas State Bobcats','Stroh Center','Bowling Green, OH','Monday','11/3/2025','TBD','7249170','Bowling-Green-Falcons-vs--Texas-State-Bobcats-11-3-2025'],['Eastern Michigan Eagles vs. Bowling Green Falcons','Rynearson Stadium','Ypsilanti, MI','Saturday','11/8/2025','TBD','7024745','Eastern-Michigan-Eagles-vs--Bowling-Green-Falcons-11-8-2025'],['Bowling Green Falcons vs. Akron Zips','Doyt Perry Stadium','Bowling Green, OH','Tuesday','11/18/2025','7:00 PM','7024699','Bowling-Green-Falcons-vs--Akron-Zips-11-18-2025'],['UMass Minutemen vs. Bowling Green Falcons ','Warren Mcguirk Alumni Stadium','Amherst, MA','Tuesday','11/25/2025','TBD','7024766','UMass-Minutemen-vs--Bowling-Green-Falcons--11-25-2025']],'Bowling Green Falcons','http://www.ticketnetwork.com/ticket/Bowling-Green-Falcons-events.aspx');